home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / hobi / hsmart / _SETUP.1 / newhs.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1997-11-23  |  1KB  |  62 lines

  1. object Form3: TForm3
  2.   Left = 200
  3.   Top = 119
  4.   Width = 346
  5.   Height = 162
  6.   Caption = 'Add Activity'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 37
  18.     Height = 13
  19.     Caption = 'Activity:'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 8
  23.     Top = 40
  24.     Width = 82
  25.     Height = 13
  26.     Caption = 'Calories per hour:'
  27.   end
  28.   object Activity: TEdit
  29.     Left = 56
  30.     Top = 8
  31.     Width = 265
  32.     Height = 21
  33.     MaxLength = 30
  34.     TabOrder = 0
  35.   end
  36.   object Calories: TEdit
  37.     Left = 96
  38.     Top = 40
  39.     Width = 57
  40.     Height = 21
  41.     TabOrder = 1
  42.   end
  43.   object Button1: TButton
  44.     Left = 80
  45.     Top = 88
  46.     Width = 73
  47.     Height = 25
  48.     Caption = '&Add'
  49.     Default = True
  50.     TabOrder = 2
  51.     OnClick = Button1Click
  52.   end
  53.   object Button2: TButton
  54.     Left = 184
  55.     Top = 88
  56.     Width = 73
  57.     Height = 25
  58.     Caption = '&Cancel'
  59.     TabOrder = 3
  60.   end
  61. end
  62.